Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes ledger flag from 'wallet:multisig:participant:create' #5732

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Feb 12, 2025

Summary

there is no longer a need to "create" the participant identity from the Ledger device by importing it into the walletDB since our CLI commands now read the identity directly from the Ledger when needed

removes the '--ledger' flag from the command and thereby removes the call to importParticipant

Closes IFL-3168

Testing Plan

run ironfish wallet:multisig:participant:create --ledger and verify that it fails due to the nonexistent flag

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

there is no longer a need to "create" the participant identity from the Ledger
device by importing it into the walletDB since our CLI commands now read the
identity directly from the Ledger when needed

removes the '--ledger' flag from the command and thereby removes the call to
importParticipant

Closes IFL-3168
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant